home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_1222 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2005-09-27  |  91 b   |  7 lines

  1. on(release){
  2.    if(_root.pausedMenu._visible != true)
  3.    {
  4.       nextFrame();
  5.    }
  6. }
  7.